home *** CD-ROM | disk | FTP | other *** search
- on(release){
- _parent.MyNode = new XML("<node><item id=\"" + _root.AttributesListIDArray[_parent.l3.ActiveItem] + "\" type=\"" + _root.AttributesListTYPEArray[_parent.l3.ActiveItem] + "\" page=\"" + _root.AttributesListPAGEArray[_parent.l3.ActiveItem] + "\"></item><title>" + _root.ItemsListArray[_parent.l3.ActiveItem] + "</title><description>" + _root.DescriptionListArray[_parent.l3.ActiveItem] + "</description></node>");
- if(_parent.l3.ActiveItem != 0)
- {
- _root.MyPlayListXML.appendChild(MyNode);
- _root.aaa = _root.MyPlayListXML.toString();
- loadVariables("edugen?sid=demo&msg=12070&data=" + _parent.MyNode.toString(),this,"GET");
- }
- }
-